home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / P189X / P189XD.ZIP / README.TXT < prev   
Encoding:
Text File  |  1992-08-14  |  1.6 KB  |  50 lines

  1.                 PROTOCOL.INI for the Proteon ProNET-4/16 p1892
  2.  
  3.  
  4. The p1892 is a Token Ring Microchannel 16-bit Bus Master adapter.  
  5. The low-level MAC code for the p1892 is contained in the PRORAPM.DWN file,
  6. which must be downloaded into RAM on the card.
  7.  
  8. This readme explains the valid settings for parameters in the PROTOCOL.INI
  9. file for the p1892 NDIS drivers.
  10.  
  11. PROTOCOL.INI PARAMETERS
  12. -----------------------
  13.  
  14. drivername
  15.     units:[n/a]
  16.     range:[NDI89XR$] (for DOS), [NDI89XR$, NDI89XR2$, ...] (for OS/2)
  17.         default:[NDI89XR$] (for DOS), [NDI89XR$] (for OS/2)
  18.     requirement: a must
  19.  
  20. DRIVERNAME     Identifies the network device driver. In multiple instances
  21.                case, DRIVERNAME is NDI89XR$ for the first token-ring driver,
  22.                NDI89XR2$ for the second, and so on.
  23.  
  24.  
  25. netaddress
  26.     units:[hex]
  27.     range:[12 hex digits]
  28.     default:[n/a]
  29.     requirement: optional
  30.  
  31. NETADDRESS     Overrides the network burned-in-address of the adapter.  This
  32.                entry should only be used if there are duplicate addresses on
  33.                the network. The network address value is a hexadecimal string
  34.                of 12 digits enclosed in double  quotes. An example of a
  35.                network address is:
  36.  
  37.                 NETADDRESS="400001261835"
  38.  
  39.  
  40. maxtransmits
  41.         units:[integer]
  42.     range:[3-50]
  43.     default:[40]
  44.     requirement: optional
  45.  
  46. MAXTRANSMITS   Specifies the maximum number of buffers that can be queued for
  47.                transmission at one time. Used to fine tune driver performance
  48.                or compatibility.
  49.  
  50.